home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / utilities / catedit1_2.lha / CatEdit / Catalogs / catedit.cd next >
Encoding:
Text File  |  1994-08-08  |  6.6 KB  |  428 lines

  1. ;
  2. ;
  3. ; Project description
  4. ;
  5. MSG_DESCRIPTION (1//)
  6. Catalog Editor
  7. ;
  8. MSG_NOCATALOG (//)
  9. no Catalog loaded
  10. ;
  11. MSG_TRANSLATOR (//)
  12. Using built-in strings
  13. ;use MSG_TRANSLATOR for information about translation, for example:
  14. ;  'English translation\nby Rafael D'Halleweyn'
  15. ;
  16. ; Menus
  17. ;
  18. MSG_PROJECT_MENU (100//)
  19. Project
  20. ;
  21. MSG_PROJECT_OPEN (//)
  22. O\0Open...
  23. ;
  24. MSG_PROJECT_MERGE (//)
  25. M\0Merge...
  26. ;
  27. MSG_PROJECT_SAVEAS (//)
  28. A\0Save As...
  29. ;
  30. MSG_PROJECT_INFO (//)
  31. I\0Info...
  32. ;
  33. MSG_PROJECT_ABOUT (//)
  34. ?\0About...
  35. ;
  36. MSG_PROJECT_QUIT (//)
  37. Q\0Quit
  38. ;
  39. MSG_EDIT_MENU (//)
  40. Edit
  41. ;
  42. MSG_EDIT_PASTEORIGINAL (//)
  43. V\0Paste Original
  44. ;
  45. MSG_EDIT_CHANGELANGUAGE (//)
  46. L\0Change Language...
  47. ;
  48. MSG_EXTRAS_MENU (//)
  49. Extras
  50. ;
  51. MSG_EXTRAS_WRITE (112//)
  52. Write
  53. ;
  54. MSG_EXTRAS_WRITE_DESCRIPTION (//)
  55.  \0Catalog Description...
  56. ;
  57. MSG_EXTRAS_WRITE_TRANSLATION (//)
  58.  \0Catalog Translation...
  59. ;
  60. MSG_EXTRAS_READ (//)
  61. Read
  62. ;
  63. MSG_EXTRAS_READ_DESCRIPTION (//)
  64.  \0Catalog Description...
  65. ;
  66. MSG_EXTRAS_READ_TRANSLATION (//)
  67.  \0Catalog Translation...
  68. ;
  69. ; new from CatEdit 1.1
  70. MSG_PROJECTS_SAVE (//)
  71. S\0Save
  72. ;
  73. MSG_FINDREPLACE_MENU (//)
  74. Find/Replace
  75. ;
  76. MSG_FINDREPLACE_FIND (//)
  77. F\0Find...
  78. ;
  79. MSG_FINDREPLACE_FINDNEXT (//)
  80. N\0Find Next
  81. ;
  82. MSG_FINDREPLACE_REPLACE (//)
  83. R\0Replace...
  84. ;
  85. MSG_FINDREPLACE_REPLACENEXT (//)
  86. T\0Replace Next
  87. ;
  88. ; new from CatEdit 1.2
  89. MSG_PROJECT_NEW (//)
  90. E\0New
  91. ;
  92. MSG_EXTRAS_SNOOP (//)
  93. G\0Snoop Catalog...
  94. ;
  95. ; Gadgets
  96. ;
  97. MSG_SHOW_GAD (200//)
  98. S_how
  99. ;
  100. MSG_SHOW_ORIGINAL (//)
  101. Original
  102. ;
  103. MSG_SHOW_NEW (//)
  104. New
  105. ;
  106. ; Requesters
  107. ;
  108. MSG_OK_GAD (300/4/)
  109.  Ok 
  110. ;
  111. MSG_INFO_TITLE (//)
  112. Catalog Information
  113. ;
  114. MSG_INFO_REQ (//)
  115. Name: %s\n\
  116. Version: %ld.%ld\n\
  117. Date: %s\n\
  118. Language: %s\n\
  119. Strings: %ld\n\
  120. More: %s
  121. ;
  122. MSG_ABOUT_TITLE (+1//)
  123. About CatEdit
  124. ;
  125. MSG_QUIT_TITLE (//)
  126. Quit
  127. ;
  128. MSG_QUITCHANGED_REQ (//)
  129. '%s' has been changed,\n\
  130. do you want to save it before quitting?
  131. ;
  132. MSG_QUITCHANGED_GADS (//)
  133. _Quit|_Save then quit|_Cancel
  134. ;
  135. MSG_CHANGELANGUAGE_TITLE (//)
  136. Change Catalog Language
  137. ;
  138. MSG_NOLANGUAGE_REQ (//)
  139. Catalog contains no\n\
  140. language information.
  141. ;
  142. ; new from CatEdit 1.1
  143. MSG_FINDSTRING_GAD (//)
  144. Find
  145. ;
  146. MSG_REPLACESTRING_GAD (//)
  147. Replace
  148. ;
  149. ; the following 4 strings may be quite long, they give the find/replace
  150. ; requester extra width.
  151. MSG_IGNORECASECHECK_GAD (//)
  152. _Ignore case
  153. ;
  154. MSG_IGNOREACCENTSCHECK_GAD (//)
  155. Ignore _accents
  156. ;
  157. MSG_BACKWARDSCHECK_GAD (//)
  158. Search _backwards
  159. ;
  160. MSG_REPLACECHECK_GAD (//)
  161. _Replace mode
  162. ;
  163. MSG_SCANBUTTON_GAD (//)
  164. _Scan
  165. ;
  166. MSG_CANCELBUTTON_GAD (//)
  167. _Cancel
  168. ;
  169. MSG_FINDREPLACE_TITLE (//)
  170. Enter find/replace text
  171. ;
  172. MSG_FIND_TITLE (//)
  173. Find
  174. ;
  175. MSG_REPLACE_TITLE (//)
  176. Replace
  177. ;
  178. MSG_REPLACE_NOMORE_REQ (//)
  179. No more occurrences of\n\
  180. '%s' found.
  181. ;
  182. MSG_FIND_NOTFOUND_REQ (//)
  183. '%s' not found.
  184. ;
  185. MSG_REPLACE_COUNT_REQ (//)
  186. Replaced %ld occurences of '%s'\n\
  187. with '%s'.
  188. ;
  189. MSG_DOREPLACE (//)
  190. Replace? (Y)es/(N)o/(G)lobal/(A)bort
  191. ;
  192. MSG_REPLACEKEYS (/4/4)
  193. ynga
  194. ;
  195. ; new from CatEdit 1.2
  196. MSG_NEW_TITLE (//)
  197. New
  198. ;
  199. MSG_NEWCHANGED_REQ (//)
  200. `%s' has been changed,\n\
  201. do you want to save it before it is\n\
  202. removed from memory?
  203. ;
  204. MSG_NEWCHANGED_GADS (//)
  205. _New|_Save then new|_Cancel
  206. ;
  207. ;
  208. ; Input/Output
  209. ;
  210. MSG_OPENCATALOG_TITLE (400//)
  211. Open Catalog
  212. ;
  213. MSG_OPENCHANGED_REQ (//)
  214. '%s' has been changed,\n\
  215. do you want to save it before opening\n\
  216. another catalog?
  217. ;
  218. MSG_OPENCHANGED_GADS (//)
  219. _Open|_Save then open|_Cancel
  220. ;
  221. MSG_OPEN_GAD (//)
  222. _Open
  223. ;
  224. MSG_ERROROPEN_REQ (//)
  225. Couldn't open '%s' because\n%s.
  226. ;
  227. MSG_UNKNOWNERR (//)
  228. of unknown error
  229. ;
  230. MSG_NOTVALID_REQ (//)
  231. '%s' is not a valid catalog file.
  232. ;
  233. MSG_NOMEMORY_REQ (//)
  234. Not enough memory to open '%s'.
  235. ;
  236. MSG_SHORTENED_REQ (//)
  237. Some strings were shortened.
  238. ;
  239. MSG_SAVECATALOG_TITLE (//)
  240. Save Catalog As
  241. ;
  242. MSG_SAVE_GAD (//)
  243. _Save
  244. ;
  245. MSG_ALREADYEXISTS_REQ (//)
  246. '%s' already exists,\n\
  247. are you sure you want to overwrite it?\n\
  248. (the old strings will be lost)
  249. ;
  250. MSG_ALREADYEXISTS_GADS (//)
  251. _Overwrite|_Cancel
  252. ;
  253. MSG_NOTSAVED_REQ (//)
  254. Catalog is not saved because\n%s.
  255. ;
  256. MSG_MERGE_TITLE (//)
  257. Merge Catalogs
  258. ;
  259. MSG_MERGE_GAD (//)
  260. _Merge
  261. ;
  262. MSG_MERGEMODE_REQ (//)
  263. Should strings that are also in the loaded catalog\n\
  264. replace the original, the new, both or no string(s)?
  265. ;
  266. MSG_MERGEMODE_GADS (//)
  267. _Original| N_ew |_Both| _No |_Cancel
  268. ;
  269. MSG_NOMERGEMEM_REQ (//)
  270. Not enough memory to\n\
  271. merge all strings.
  272. ;
  273. MSG_MERGEINCOMPATIBLE_REQ (//)
  274. The Catalogs are incompatible!
  275. ;
  276. MSG_MERGEINCOMPATIBLE_GADS (//)
  277. _Merge|_Cancel
  278. ;
  279. MSG_WARNING_TITLE (//)
  280. Warning
  281. ;
  282. MSG_NOPROCENTMATCH_REQ (//)
  283. %% commands don't match!
  284. ;
  285. MSG_STRINGTOSHORT_REQ (//)
  286. String is to short!
  287. ;
  288. MSG_STRINGTOLONG_REQ (//)
  289. String is to long!
  290. ;
  291. ; Startup errors
  292. ;
  293. MSG_OPENWINDOWFAILED (500//)
  294. window couldn't be opened
  295. ;
  296. MSG_OPENREQTOOLSFAILED (//)
  297. reqtools.library V38+ couldn't\n\
  298. be opened
  299. ;
  300. MSG_OPENIFFPARSEFAILED (//)
  301. iffparse.library couldn't be\n\
  302. opened
  303. ;
  304. MSG_FILEREQFAILED (//)
  305. the filerequesters couldn't be\n\
  306. allocated
  307. ;
  308. MSG_NOTENOUGHMEMORY (//)
  309. there is not enough memory free
  310. ;
  311. MSG_STARTUPERROR (//)
  312. Couldn't start CatEdit because\n%s!
  313. ;
  314. ; Read/Write
  315. ;
  316. MSG_WRITECD_TITLE (600//)
  317. Write Catalog Description
  318. ;
  319. MSG_WRITECT_TITLE (//)
  320. Write Catalog Translation
  321. ;
  322. MSG_WRITE_GAD (//)
  323. _Write
  324. ;
  325. MSG_NONAMES_REQ (//)
  326. Not all strings have a name.\n\
  327. Should names be created for\n\
  328. these strings?\n\
  329. (These names can conflict with\n\
  330. earlier defined names.)
  331. ;
  332. MSG_NONAMES_GADS (//)
  333. _Yes|_Cancel
  334. ;
  335. MSG_NOTWRITTEN_REQ (//)
  336. '%s' hasn't been written because\n%s.
  337. ;
  338. MSG_READCD_TITLE (//)
  339. Read Catalog Description
  340. ;
  341. MSG_READCT_TITLE (//)
  342. Read Catalog Translation
  343. ;
  344. MSG_READ_GAD (//)
  345. _Read
  346. ;
  347. MSG_NOTREAD_REQ (//)
  348. '%s' hasn't been completly read\nbecause %s.
  349. ;
  350. MSG_NOMEMORYREAD_REQ (//)
  351. Not enough memory to completly\nread '%s'.
  352. ;
  353. MSG_SYNTAXERROR_REQ (//)
  354. '%s' line %ld: syntax error!
  355. ;
  356. MSG_INVALIDNUMBER_REQ (//)
  357. '%s' line %ld: invalid number!
  358. ;
  359. MSG_NAMENOTFOUND_REQ (//)
  360. '%s' line %ld:\n'%s' not found!
  361. ;
  362. MSG_NAMENOTFOUND_GADS (//)
  363. _Ignore|_Stop
  364. ;
  365. MSG_INVALIDNAME_REQ (//)
  366. '%s' line %ld: invalid name!
  367. ;
  368. MSG_STOP_GAD (/4/)
  369. Stop
  370. ;
  371. MSG_READ_STRINGTOLONG_REQ (//)
  372. '%s' line %ld: string is to long!
  373. ;
  374. MSG_READ_STRINGTOSHORT_REQ (//)
  375. '%s' line %ld: string is to short!
  376. ;
  377. MSG_READ_NOPROCENTMATCH_REQ (//)
  378. '%s' line %ld: %% commands don't match!
  379. ;
  380. ; new from CatEdit 1.2
  381. ;
  382. ; SnoopCatalog
  383. ;
  384. MSG_SNOOP_STATUS_REQ (700//)
  385. Status: 
  386. ;
  387. MSG_SNOOP_CATALOG_REQ (//)
  388. Catalog: 
  389. ;
  390. MSG_SNOOP_SNOOPED_REQ (//)
  391. Strings snooped: 
  392. ;
  393. MSG_SNOOP_WAIT_STAT (//)
  394. waiting for a catalog to be opened
  395. ;
  396. MSG_SNOOP_SNOOPING_STAT (//)
  397. snooping strings
  398. ;
  399. MSG_SNOOP_REMOVING_STAT (//)
  400. removing patches
  401. ;
  402. MSG_SNOOP_STOP_GAD (/4/)
  403. _Stop
  404. ;
  405. MSG_SNOOP_TITLE (//)
  406. Snoop Catalog
  407. ;
  408. MSG_SNOOP_CANT_REMOVE_REQ (//)
  409. Patches can't be removed at this time.
  410. ;
  411. MSG_SNOOP_CANT_REMOVE_GADS (//)
  412. _Force remove|_Cancel
  413. ;
  414. MSG_SNOOP_OPEN_REQ (//)
  415. Snoop `%s',\n\
  416. language `%s',\n\
  417. opened by `%s'?
  418. ;
  419. MSG_SNOOP_OPEN_GADS (//)
  420. _Yes|_No
  421. ;
  422. MSG_SNOOP_CLOSE_REQ (//)
  423. Catalog closed by `%s'.
  424. ;
  425. MSG_SNOOP_CLOSE_GAD (/4/)
  426.  Ok 
  427. ;
  428.